kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.collections
/
[Common]MutableListIterator
/
set
set
Common
abstract
fun
set
(
element
:
T
)
Content copied to clipboard
Replaces the last element returned by
next
or
previous
with the specified element
element
.